[INFO] cloning repository https://github.com/stevenengler/repatch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stevenengler/repatch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevenengler%2Frepatch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevenengler%2Frepatch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a11109c8c6c98e4a3acc3dd24a473b6db6ee40fa
[INFO] fixing stevenengler/repatch against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevenengler%2Frepatch" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/stevenengler/repatch
[INFO] finished tweaking git repo https://github.com/stevenengler/repatch
[INFO] tweaked toml for git repo https://github.com/stevenengler/repatch written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/stevenengler/repatch on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/stevenengler/repatch already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bf9f59e1f8ea0d0ae7f44ed58dca03316a18873f6a1be1b6eb49efda3f07dde8
[INFO] running `Command { std: "docker" "start" "bf9f59e1f8ea0d0ae7f44ed58dca03316a18873f6a1be1b6eb49efda3f07dde8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf9f59e1f8ea0d0ae7f44ed58dca03316a18873f6a1be1b6eb49efda3f07dde8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf9f59e1f8ea0d0ae7f44ed58dca03316a18873f6a1be1b6eb49efda3f07dde8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf9f59e1f8ea0d0ae7f44ed58dca03316a18873f6a1be1b6eb49efda3f07dde8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking grep-matcher v0.1.7
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking clap_lex v0.7.1
[INFO] [stderr]     Checking nu-ansi-term v0.50.0
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]    Compiling syn v2.0.67
[INFO] [stderr]     Checking diffy v0.4.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking terminal_size v0.3.0
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking clap_builder v4.5.7
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking grep-regex v0.1.12
[INFO] [stderr]     Checking grep-searcher v0.1.13
[INFO] [stderr]     Checking ignore v0.4.22
[INFO] [stderr]     Checking clap v4.5.7
[INFO] [stderr]     Checking repatch v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/ui.rs (6 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s
[INFO] [stderr] crater-edition-check: repatch v0.1.1 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking repatch v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |     let esc_styled = style!("ESC", &ESC_STYLE).to_string();
[INFO] [stdout]     |                      ------------------------- --------- borrow later used by call
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 430 |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |         |                                                  |
[INFO] [stdout]     |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     |         creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 336 |                               error!("{e}");
[INFO] [stdout]     |                               ------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 326 |                           error!("The edited patch file was empty.");
[INFO] [stdout]     |                           ------------------------------------------ in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 302 |                               error!("The editor did not exit successfully.");
[INFO] [stdout]     |                               ----------------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |     let esc_styled = style!("ESC", &ESC_STYLE).to_string();
[INFO] [stdout]     |                      ------------------------- --------- borrow later used by call
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 430 |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |         |                                                  |
[INFO] [stdout]     |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     |         creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 308 |                               error!("The editor {editor:?} was not found.");
[INFO] [stdout]     |                               ---------------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 312 |                               error!("Patch editing failed: {e}.");
[INFO] [stdout]     |                               ------------------------------------ in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 336 |                               error!("{e}");
[INFO] [stdout]     |                               ------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 326 |                           error!("The edited patch file was empty.");
[INFO] [stdout]     |                           ------------------------------------------ in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 302 |                               error!("The editor did not exit successfully.");
[INFO] [stdout]     |                               ----------------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 308 |                               error!("The editor {editor:?} was not found.");
[INFO] [stdout]     |                               ---------------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 312 |                               error!("Patch editing failed: {e}.");
[INFO] [stdout]     |                               ------------------------------------ in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           error!("{e:#}");
[INFO] [stdout]     |           --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/main.rs:55:16
[INFO] [stdout]     |
[INFO] [stdout]  55 |           style!(matches.len(), &COUNT_STYLE),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ui.rs:427:44
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |                                                            - temporary value is freed at the end of this statement
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 |           style!(match_count, &COUNT_STYLE),
[INFO] [stdout]     |           --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:55:9
[INFO] [stdout]     |
[INFO] [stdout]  55 |           style!(matches.len(), &COUNT_STYLE),
[INFO] [stdout]     |           ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:45:13
[INFO] [stdout]     |
[INFO] [stdout]  45 |               style!(num_errors, &COUNT_STYLE),
[INFO] [stdout]     |               -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           error!("{e:#}");
[INFO] [stdout]     |           --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:214:25
[INFO] [stdout]     |
[INFO] [stdout] 214 |                           error!("{}: {e}", path.display());
[INFO] [stdout]     |                           --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/main.rs:55:16
[INFO] [stdout]     |
[INFO] [stdout]  55 |           style!(matches.len(), &COUNT_STYLE),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ui.rs:427:44
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |                                                            - temporary value is freed at the end of this statement
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 |           style!(match_count, &COUNT_STYLE),
[INFO] [stdout]     |           --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:206:25
[INFO] [stdout]     |
[INFO] [stdout] 206 |                           error!("{}: {e}", path.display());
[INFO] [stdout]     |                           --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:55:9
[INFO] [stdout]     |
[INFO] [stdout]  55 |           style!(matches.len(), &COUNT_STYLE),
[INFO] [stdout]     |           ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:170:25
[INFO] [stdout]     |
[INFO] [stdout] 170 |                           error!("{}: {e}", path.display());
[INFO] [stdout]     |                           --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:220:17
[INFO] [stdout]     |
[INFO] [stdout] 220 |                   error!("{e}");
[INFO] [stdout]     |                   ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:45:13
[INFO] [stdout]     |
[INFO] [stdout]  45 |               style!(num_errors, &COUNT_STYLE),
[INFO] [stdout]     |               -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:214:25
[INFO] [stdout]     |
[INFO] [stdout] 214 |                           error!("{}: {e}", path.display());
[INFO] [stdout]     |                           --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:206:25
[INFO] [stdout]     |
[INFO] [stdout] 206 |                           error!("{}: {e}", path.display());
[INFO] [stdout]     |                           --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:170:25
[INFO] [stdout]     |
[INFO] [stdout] 170 |                           error!("{}: {e}", path.display());
[INFO] [stdout]     |                           --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/ui.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |       ($str:expr_2021, $style:expr_2021) => {{
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 428 | |         // for type checking
[INFO] [stdout] 429 | |         let _style: &anstyle::Style = $style;
[INFO] [stdout] 430 | |         format_args!("{}{}{}", $style, $str, anstyle::Reset)
[INFO] [stdout]     | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |         |                                                  |
[INFO] [stdout]     | |         |                                                  temporary value is freed at the end of this statement
[INFO] [stdout]     | |         creates a temporary value which is freed while still in use
[INFO] [stdout] 431 | |     }};
[INFO] [stdout]     | |_____- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/main.rs:220:17
[INFO] [stdout]     |
[INFO] [stdout] 220 |                   error!("{e}");
[INFO] [stdout]     |                   ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `style` which comes from the expansion of the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `repatch` (bin "repatch") due to 15 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `repatch` (bin "repatch" test) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "bf9f59e1f8ea0d0ae7f44ed58dca03316a18873f6a1be1b6eb49efda3f07dde8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf9f59e1f8ea0d0ae7f44ed58dca03316a18873f6a1be1b6eb49efda3f07dde8", kill_on_drop: false }`
[INFO] [stdout] bf9f59e1f8ea0d0ae7f44ed58dca03316a18873f6a1be1b6eb49efda3f07dde8
